const go.uber.org/zap/zapcore._minLevel
6 uses
go.uber.org/zap/zapcore (current package)
increase_level.go#L40: for l := _maxLevel; l >= _minLevel; l-- {
level.go#L54: _minLevel = DebugLevel
level.go#L103: for lvl := _minLevel; lvl <= _maxLevel; lvl++ {
sampler.go#L30: _numLevels = _maxLevel - _minLevel + 1
sampler.go#L46: i := lvl - _minLevel
sampler.go#L220: if ent.Level >= _minLevel && ent.Level <= _maxLevel {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)